3.10 \(\int (\frac {\cos (a+b x-c x^2)}{x^2}+\frac {b \sin (a+b x-c x^2)}{x}) \, dx\)

Optimal. Leaf size=111 \[ -\sqrt {2 \pi } \sqrt {c} \sin \left (a+\frac {b^2}{4 c}\right ) C\left (\frac {b-2 c x}{\sqrt {c} \sqrt {2 \pi }}\right )+\sqrt {2 \pi } \sqrt {c} \cos \left (a+\frac {b^2}{4 c}\right ) S\left (\frac {b-2 c x}{\sqrt {c} \sqrt {2 \pi }}\right )-\frac {\cos \left (a+b x-c x^2\right )}{x} \]

[Out]

-cos(-c*x^2+b*x+a)/x+cos(a+1/4*b^2/c)*FresnelS(1/2*(-2*c*x+b)/c^(1/2)*2^(1/2)/Pi^(1/2))*c^(1/2)*2^(1/2)*Pi^(1/
2)-FresnelC(1/2*(-2*c*x+b)/c^(1/2)*2^(1/2)/Pi^(1/2))*sin(a+1/4*b^2/c)*c^(1/2)*2^(1/2)*Pi^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 111, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 34, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {3466, 3447, 3351, 3352} \[ -\sqrt {2 \pi } \sqrt {c} \sin \left (a+\frac {b^2}{4 c}\right ) \text {FresnelC}\left (\frac {b-2 c x}{\sqrt {2 \pi } \sqrt {c}}\right )+\sqrt {2 \pi } \sqrt {c} \cos \left (a+\frac {b^2}{4 c}\right ) S\left (\frac {b-2 c x}{\sqrt {c} \sqrt {2 \pi }}\right )-\frac {\cos \left (a+b x-c x^2\right )}{x} \]

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x - c*x^2]/x^2 + (b*Sin[a + b*x - c*x^2])/x,x]

[Out]

-(Cos[a + b*x - c*x^2]/x) + Sqrt[c]*Sqrt[2*Pi]*Cos[a + b^2/(4*c)]*FresnelS[(b - 2*c*x)/(Sqrt[c]*Sqrt[2*Pi])] -
 Sqrt[c]*Sqrt[2*Pi]*FresnelC[(b - 2*c*x)/(Sqrt[c]*Sqrt[2*Pi])]*Sin[a + b^2/(4*c)]

Rule 3351

Int[Sin[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]*FresnelS[Sqrt[2/Pi]*Rt[d, 2]*(e + f*x)])/
(f*Rt[d, 2]), x] /; FreeQ[{d, e, f}, x]

Rule 3352

Int[Cos[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]*FresnelC[Sqrt[2/Pi]*Rt[d, 2]*(e + f*x)])/
(f*Rt[d, 2]), x] /; FreeQ[{d, e, f}, x]

Rule 3447

Int[Sin[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[Cos[(b^2 - 4*a*c)/(4*c)], Int[Sin[(b + 2*c*x)^2/
(4*c)], x], x] - Dist[Sin[(b^2 - 4*a*c)/(4*c)], Int[Cos[(b + 2*c*x)^2/(4*c)], x], x] /; FreeQ[{a, b, c}, x] &&
 NeQ[b^2 - 4*a*c, 0]

Rule 3466

Int[Cos[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2]*((d_.) + (e_.)*(x_))^(m_), x_Symbol] :> Simp[((d + e*x)^(m + 1)*Cos
[a + b*x + c*x^2])/(e*(m + 1)), x] + (Dist[(2*c)/(e^2*(m + 1)), Int[(d + e*x)^(m + 2)*Sin[a + b*x + c*x^2], x]
, x] + Dist[(b*e - 2*c*d)/(e^2*(m + 1)), Int[(d + e*x)^(m + 1)*Sin[a + b*x + c*x^2], x], x]) /; FreeQ[{a, b, c
, d, e}, x] && NeQ[b*e - 2*c*d, 0] && LtQ[m, -1]

Rubi steps

\begin {align*} \int \left (\frac {\cos \left (a+b x-c x^2\right )}{x^2}+\frac {b \sin \left (a+b x-c x^2\right )}{x}\right ) \, dx &=b \int \frac {\sin \left (a+b x-c x^2\right )}{x} \, dx+\int \frac {\cos \left (a+b x-c x^2\right )}{x^2} \, dx\\ &=-\frac {\cos \left (a+b x-c x^2\right )}{x}+(2 c) \int \sin \left (a+b x-c x^2\right ) \, dx\\ &=-\frac {\cos \left (a+b x-c x^2\right )}{x}-\left (2 c \cos \left (a+\frac {b^2}{4 c}\right )\right ) \int \sin \left (\frac {(b-2 c x)^2}{4 c}\right ) \, dx+\left (2 c \sin \left (a+\frac {b^2}{4 c}\right )\right ) \int \cos \left (\frac {(b-2 c x)^2}{4 c}\right ) \, dx\\ &=-\frac {\cos \left (a+b x-c x^2\right )}{x}+\sqrt {c} \sqrt {2 \pi } \cos \left (a+\frac {b^2}{4 c}\right ) S\left (\frac {b-2 c x}{\sqrt {c} \sqrt {2 \pi }}\right )-\sqrt {c} \sqrt {2 \pi } C\left (\frac {b-2 c x}{\sqrt {c} \sqrt {2 \pi }}\right ) \sin \left (a+\frac {b^2}{4 c}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 4.12, size = 114, normalized size = 1.03 \[ \sqrt {2 \pi } \sqrt {c} \sin \left (a+\frac {b^2}{4 c}\right ) C\left (\frac {2 c x-b}{\sqrt {c} \sqrt {2 \pi }}\right )-\sqrt {2 \pi } \sqrt {c} \cos \left (a+\frac {b^2}{4 c}\right ) S\left (\frac {2 c x-b}{\sqrt {c} \sqrt {2 \pi }}\right )-\frac {\cos (a+x (b-c x))}{x} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x - c*x^2]/x^2 + (b*Sin[a + b*x - c*x^2])/x,x]

[Out]

-(Cos[a + x*(b - c*x)]/x) - Sqrt[c]*Sqrt[2*Pi]*Cos[a + b^2/(4*c)]*FresnelS[(-b + 2*c*x)/(Sqrt[c]*Sqrt[2*Pi])]
+ Sqrt[c]*Sqrt[2*Pi]*FresnelC[(-b + 2*c*x)/(Sqrt[c]*Sqrt[2*Pi])]*Sin[a + b^2/(4*c)]

________________________________________________________________________________________

fricas [A]  time = 0.53, size = 123, normalized size = 1.11 \[ -\frac {\sqrt {2} \pi x \sqrt {\frac {c}{\pi }} \cos \left (\frac {b^{2} + 4 \, a c}{4 \, c}\right ) \operatorname {S}\left (\frac {\sqrt {2} {\left (2 \, c x - b\right )} \sqrt {\frac {c}{\pi }}}{2 \, c}\right ) - \sqrt {2} \pi x \sqrt {\frac {c}{\pi }} \operatorname {C}\left (\frac {\sqrt {2} {\left (2 \, c x - b\right )} \sqrt {\frac {c}{\pi }}}{2 \, c}\right ) \sin \left (\frac {b^{2} + 4 \, a c}{4 \, c}\right ) + \cos \left (c x^{2} - b x - a\right )}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(-c*x^2+b*x+a)/x^2+b*sin(-c*x^2+b*x+a)/x,x, algorithm="fricas")

[Out]

-(sqrt(2)*pi*x*sqrt(c/pi)*cos(1/4*(b^2 + 4*a*c)/c)*fresnel_sin(1/2*sqrt(2)*(2*c*x - b)*sqrt(c/pi)/c) - sqrt(2)
*pi*x*sqrt(c/pi)*fresnel_cos(1/2*sqrt(2)*(2*c*x - b)*sqrt(c/pi)/c)*sin(1/4*(b^2 + 4*a*c)/c) + cos(c*x^2 - b*x
- a))/x

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {b \sin \left (-c x^{2} + b x + a\right )}{x} + \frac {\cos \left (-c x^{2} + b x + a\right )}{x^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(-c*x^2+b*x+a)/x^2+b*sin(-c*x^2+b*x+a)/x,x, algorithm="giac")

[Out]

integrate(b*sin(-c*x^2 + b*x + a)/x + cos(-c*x^2 + b*x + a)/x^2, x)

________________________________________________________________________________________

maple [F]  time = 0.32, size = 0, normalized size = 0.00 \[ \int \frac {\cos \left (-c \,x^{2}+b x +a \right )}{x^{2}}+\frac {b \sin \left (-c \,x^{2}+b x +a \right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(-c*x^2+b*x+a)/x^2+b*sin(-c*x^2+b*x+a)/x,x)

[Out]

int(cos(-c*x^2+b*x+a)/x^2+b*sin(-c*x^2+b*x+a)/x,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int -\frac {b \sin \left (c x^{2} - b x - a\right )}{x} + \frac {\cos \left (c x^{2} - b x - a\right )}{x^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(-c*x^2+b*x+a)/x^2+b*sin(-c*x^2+b*x+a)/x,x, algorithm="maxima")

[Out]

integrate(-b*sin(c*x^2 - b*x - a)/x + cos(c*x^2 - b*x - a)/x^2, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {\cos \left (-c\,x^2+b\,x+a\right )}{x^2}+\frac {b\,\sin \left (-c\,x^2+b\,x+a\right )}{x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(a + b*x - c*x^2)/x^2 + (b*sin(a + b*x - c*x^2))/x,x)

[Out]

int(cos(a + b*x - c*x^2)/x^2 + (b*sin(a + b*x - c*x^2))/x, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {b x \sin {\left (a + b x - c x^{2} \right )} + \cos {\left (a + b x - c x^{2} \right )}}{x^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(-c*x**2+b*x+a)/x**2+b*sin(-c*x**2+b*x+a)/x,x)

[Out]

Integral((b*x*sin(a + b*x - c*x**2) + cos(a + b*x - c*x**2))/x**2, x)

________________________________________________________________________________________